// Copyright 1995 Apple Computer, Inc.  All rights reserved.


OpenResFile( Home & "MooUnit.rsrc"); 
	DefConst('kMooSound, GetSound("moo"));
	DefConst('kMable, GetPICTAsBits("mable", nil));
CloseResFile();


DefineUnit('|Moo:PIEDTS|, {
	onomatopoeia:	"mooooo",
	sound:			kMooSound,
	picture:		kMable,
});

// SetPartFrameSlot('text, "MooUnit"); // give extra icon a better name

InstallScript := func(partFrame, removeFrame)
	begin
		// need this (for now) or we throw
	end;

RemoveScript := func(removeFrame)
	begin
		// need this (for now) or we throw
	end;